projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66710b1
)
support builds with shapelib (as documented). (#1268)
author
tsteven4
<13596209+tsteven4@users.noreply.github.com>
Thu, 18 Apr 2024 11:34:22 +0000
(
05:34
-0600)
committer
GitHub
<noreply@github.com>
Thu, 18 Apr 2024 11:34:22 +0000
(
05:34
-0600)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index da33def6bd354fbfb88e4e92196608e613a60e35..52cedd50a7a5a4e91417133b1b831d29a7c03bcb 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-351,7
+351,6
@@
target_sources(gpsbabel PRIVATE ${SOURCES} ${HEADERS})
# We don't care about stripping things out of the build. Full monty, baby.
target_compile_definitions(gpsbabel PRIVATE MAXIMAL_ENABLED)
target_compile_definitions(gpsbabel PRIVATE FILTERS_ENABLED)
-target_compile_definitions(gpsbabel PRIVATE SHAPELIB_ENABLED)
target_compile_definitions(gpsbabel PRIVATE CSVFMTS_ENABLED)
target_link_libraries(gpsbabel PRIVATE ${QT_LIBRARIES} ${LIBS})